	/* +----------------------------------------------------------------------
   | Core : ThinkPHP Copyright (c) 2006-2014 All rights reserved.
   +----------------------------------------------------------------------
   | APP  : Copyright (c) 2014-ALL http://wumingmxk.xicp.net rights reserved. 
   +----------------------------------------------------------------------
   | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
   +----------------------------------------------------------------------
   | Author: merry M  <test20121212@qq.com>
   +----------------------------------------------------------------------
   Home Module Cascading Style Sheets
*/
/*-------二级页面分页符样式--默认为蓝色--------------------------------------------*/
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.article_list_text a{color:#000;}
.article_list_text a:hover{color:red;}
.article_list_text span{float:right;}


.article_list_pic li{width:198px;margin:20px;float:left;border:1px solid #ccc;}
.article_list_pic img{width:190px;height:150px;margin:4px;}
.article_list_pic div{text-align:center;height:56px;}

.article_title{text-align:center;font-size:16px;font-weight:bold;line-height:40px;}
.article_info{text-align:center;line-height:30px;}
.article_content{text-align:center;line-height:26px;}

.messageboard{width:75%;margin-left: 130px;}
.messageboard td{height:40px;}
.messageboard td,.messageboard input{color:#000;font-size:14px;}
.messageboard input,textarea,select{width:300px;}
.messageboard textarea{height:100px;}
.messageboard .tl{text-align:left;}
.messageboard .tr{text-align:right;}
.messageboard .tc{text-align:center;}

@charset "utf-8";
/* CSS Document */

BODY {
	margin:0; padding:0;
}
TD {
	FONT-SIZE: 12px; LINE-HEIGHT: 155%; COLOR: #333; font-family:"宋体";
}

img { border:0;}

A:link {
	FONT-SIZE: 12px; COLOR: #333; TEXT-DECORATION: none;
}
A:visited {
	FONT-SIZE: 12px; COLOR: #333; TEXT-DECORATION: none;
}
A:hover {
	FONT-SIZE: 12px; COLOR: #e10000; TEXT-DECORATION: none;
}
a:active {
	FONT-SIZE: 12px; COLOR: #333; text-decoration: none;
}

a,area   {   blr:expression(this.onFocus=this.blur())   }   /*   for   IE   */   
:focus   {   -moz-outline-style:   none;   }                /*   for   Firefox   */

html{ overflow-x:hidden;
}
*{margin:0;padding:0;list-style:none;
}


/* =======常用======================================== */
.layout{width:1002px; padding:0px; margin:0 auto;
}

.top_bg{ width:1002px; height:120px; background-image:url(fimages/top_bg.jpg);
}
.logo{width:253px; height:78px; padding:29px 0px 0px 0px; float:left;
}
#top_an{ width:360px; height:43px; background-image:url(fimages/top_an.jpg); padding:0px; margin:7px 0px 0px 370px; float:left;
}
#top_an ul{ width:360px; height:43px; margin:0px; padding:0px; float:left;
}
#top_an ul li{ float:left; height:43px; width:120px; list-style:none; margin:0px; padding:0px;
}
#top_an ul li a{ display:block; padding:0px; font-size:14px; line-height:40px; height:43px; width:120px; color:#FFF; text-align:center; text-decoration:none; margin:0px; float:left;
}
#top_an ul li a:hover{ color:#FFF; padding:0px; text-align:center; line-height:40px; height:43px; width:120px; font-weight:bold; margin:0px; float:left;
}

#menu{ width:708px; height:26px; padding:0px; margin:20px 0px 0px 41px; float:left;
}
#menu ul{ width:708px; height:26px; margin:0px; padding:0px; float:left;
}
#menu ul li{ float:left; height:26px; width:86px; list-style:none; margin:0px; padding:0px;
}
#menu ul li a{ display:block; background-image:url(fimages/menu.jpg); padding:0px; font-size:12px; line-height:26px; height:26px; width:86px; color:#FFF; text-align:center; text-decoration:none; margin:0px; float:left;
}
#menu ul li a:hover{ color:#FFF; background-image:url(fimages/menunow.jpg); padding:0px; text-align:center; line-height:26px; height:26px; width:86px; margin:0px; float:left;
}

.banner{ width:1002px; height:335px;
}

/* =======首页内容======================================== */
.mainnav{width:1002px; height:501px; background-image:url(fimages/mainnav.jpg); clear:both; margin:0 auto;
}

.mainleft{width:180px; height:501px; padding:0px 18px 0px 18px; float:left;
}
.maincen{width:510px; height:501px; padding:0px 30px 0px 30px; float:left;
}
.mainright{width:180px; height:501px; padding:0px 18px 0px 18px; float:right;
}

/* --首页左侧--- */
.fwxm_top{ width:180px; height:24px; background-image:url(fimages/fwxm_top.png); margin:30px 0px 20px 0px; overflow:hidden;
}
.titlemenu_dolphin a.titlemenu_dolphin:link,div.titlemenu_dolphin a.titlemenu_dolphin:visited,div.titlemenu_dolphin a.titlemenu_dolphin:active{
display:block;
text-decoration: none;
font:12px/15px Verdana, Arial, Helvetica, sans-serif;
height:26px;
text-align:left;
background:url(fimages/dot2.gif) 0px 0px no-repeat;
padding:0px 0px 0px 33px;
color:#333;
}

.lxwm_top{ width:180px; height:59px; background-image:url(fimages/lxwm.jpg); margin:25px 0px 5px 0px; overflow:hidden;
}
.lxwm_nav{ width:180px; font-size:12px; color:#666666; line-height:23px; padding:0px;
}



/* --首页中间--- */
.cen_nav{ width:510px; font-size:12px; color:#666666; line-height:23px; padding:0px; margin:5px 0px;
}

.cen_more{ width:48px; height:15px; padding:0px 0px 0px 450px; float:left;
}

.gsjj_top{ width:510px; height:24px; background-image:url(fimages/gsjj_top.png); margin:10px 0px 5px 0px; overflow:hidden;
}
.gsjj_nav{ width:510px; height:150px; overflow:hidden; font-size:12px; color:#2a2a2a; line-height:25px; padding:0px; margin:10px 0px 0px 0px;
}
.gsjj_nav img{ width:120px; height:122px; float:left; margin:0px 20px 0px 0px;
}

.hydt_top{ width:510px; height:24px; background-image:url(fimages/hydt_top.png); margin:10px 0px 5px 0px; overflow:hidden;
}

.hydt_news{ width:510px; margin:0px; padding:0px;
}
.hydt_news ul{ margin:10px 0px 0px 0px; padding:0px;
}
.hydt_news li { margin:0px; padding-left:11px; list-style-type: none; height:25px; background:url(fimages/arrow.png) left top no-repeat; color:#955a78;
}
.hydt_news .time{ float:right; font:10px/11px Verdana, Arial, Helvetica, sans-serif; color:#505050; padding:0px;
}
.hydt_news a:link,hydt_news a:visited,hydt_news a:active{ color:#333; text-decoration: none; font:12px/14px Verdana, Arial, Helvetica, sans-serif; 
}
.hydt_news a:hover{ color:#e10000; font:12px/14px Verdana, Arial, Helvetica, sans-serif;
}


/* --首页右侧--- */
.hycs_top{ width:180px; height:84px; background-image:url(fimages/hycs_top.jpg); margin:30px 0px 5px 0px; overflow:hidden;
}
.hycs_news{ width:180px; margin:0px; padding:0px;
}
.hycs_news ul{ margin:10px 0px 0px 0px; padding:0px;
}
.hycs_news li { margin:0px; padding-left:11px; list-style-type: none; height:24px; background:url(fimages/arrow.png) left top no-repeat; color:#955a78;
}
.hycs_news a:link,hycs_news a:visited,hycs_news a:active{ color:#333; text-decoration: none; font:12px/14px Verdana, Arial, Helvetica, sans-serif; 
}
.hycs_news a:hover{ color:#e10000; font:12px/14px Verdana, Arial, Helvetica, sans-serif;
}

.right_more{ width:23px; height:5px; padding:7px 0px 0px 153px; float:left;
}


.bzzc_top{ width:180px; height:84px; background-image:url(fimages/bzzc_top.jpg); margin:10px 0px 5px 0px; overflow:hidden;
}


/* --首页走动图片--- */
.zuixin{width:1000px; height:170px; border:1px solid #CCC; padding:10px 0px 0px 0px; margin:0;overflow:hidden;}
.zuixin_mask{width:1000px; height:170px;overflow:hidden;}
.zuixin ul li{width:200px; height:130px; float:left;  line-height:30px; text-align:center;}
.zuixin ul li:hover{color:#b90006}
.zuixin ul li img{width:190px; height:120px; padding:5px;}
/* margin-left:15px; margin-top:10px;border:#F1F1F1 1px solid; */

/*=========脚注菜单===========*/
#bottommenu{ width:1002px; height:53px; background-image:url(fimages/bottommenu.jpg); padding:0px; margin:0px 0px 20px 0px; text-align:center;
}
#bottommenu ul{ width:850px; height:53px; margin:0 auto; padding:0px;
}
#bottommenu ul li{ float:left; height:26px; width:110px; list-style:none; margin-top:14px; padding:0px;
}
#bottommenu ul li a{ display:block; padding:0px; font-size:12px; line-height:26px; height:26px; color:#FFF; text-align:center; text-decoration:none; margin:0px; float:left;
}
#bottommenu ul li a:hover{ color:#FFF; padding:0px; text-align:center; line-height:26px; height:26px;margin:0px; float:left;
}



/* =======二级页面内容======================================== */

.er_layout{width:1002px; height:auto !important; height:500px; /*假定最低高度是200px*/  min-height:500px; background:url(fimages/er_aabg.jpg) 0 0 repeat-y; padding:0px 0px 20px 0px; clear:both; margin:0 auto;
}
.ernav{width:1002px; height:auto !important; height:400px; /*假定最低高度是200px*/  min-height:400px; background:#D8E3E9 url(fimages/er_bg.jpg) center top no-repeat; clear:both; padding:0px; margin:0;
}

.erleft{width:180px; height:501px; padding:0px 18px 0px 18px; float:left;
}
.erright{width:730px; padding:0px 20px 0px 36px; float:right;
}


.er_lefttop{ width:180px; height:24px; background-image:url(fimages/er_lefttop.png); margin:30px 0px 20px 0px; overflow:hidden;
}
.er_lefttop span{ font-size:12px; color:#000; float:left; padding:4px 0px 0px 8px;
}

.er_righttop{ width:730px; height:28px; background-image:url(fimages/er_righttop.png); margin:30px 0px 20px 0px; overflow:hidden;
}
.er_righttop span{ font-size:12px; color:#000; float:left; padding:4px 0px 0px 20px;
}


.er_news{ width:730px; margin:0px; padding:0px;
}
.er_news ul{ margin:5px 0px 0px 0px; padding:0px;
}
.er_news li { margin:0px; padding-left:11px; list-style-type: none; height:30px; line-height:30px; border-bottom:#CCC 1px dashed; background:url(fimages/aarrow.png) left top no-repeat; color:#955a78;
}
.er_news .time{ float:right; font:10px/30px Verdana, Arial, Helvetica, sans-serif; color:#505050; padding:0px;
}
.er_news a:link,hydt_news a:visited,hydt_news a:active{ color:#333; text-decoration: none; font:12px/14px Verdana, Arial, Helvetica, sans-serif; 
}
.er_news a:hover{ color:#e10000; font:12px/14px Verdana, Arial, Helvetica, sans-serif;
}


.er_neirong{ width:730px; font-size:12px; line-height:27px; color:#000; float:left;
}
